/* Button */
.blue_button,
.red_button,
.skyblue_button {
    display: inline-block;
    width: 80px;
    height: 20px;
    margin: 0 auto;
    border-radius: 25px;
    margin-top: 15px;
    padding-top: 1px;
    background-color: #dfdfdf;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #bfb8b8;
    text-align: center;
    font-size: 12px;
}
/* Colors */
.red_button {
    color: #ffffff;
}
.red_button:hover {
    border: 1px solid #680000;
    background-color: #b41c1c;
    color: #ffffff;
}
.skyblue_button {
    border: 1px solid #20b8ff;
    color: #20b8ff;
}
.skyblue_button:hover {
    background-color: #20b8ff;
    color: #ffffff;
}
.blue_button {
    color: #ffffff;
}
.blue_button:hover {
    border: 1px solid #095786;
    background-color: #1c7bb4;
    color: #ffffff;
}

/*메인상단*/
#glo_t {
    width: 100%;
    min-width: 1200px;
    background-color: #f7f4e8;
    height: 38px;
}
#glo_t .glo_nav {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#glo_t .glo_nav h4 {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 11px;
    color: #cabeb2;
}
#glo_t .glo_nav h4 ul.glo {}
#glo_t .glo_nav h4 ul.glo li {
    height: 38px;
    border-right: 1px solid #e0d5af;
    float: left;
    padding-top: 12px;
}
#glo_t .glo_nav h4 ul.glo li a {
    color: #9e916d;
    padding-left: 10px;
    padding-right: 10px;
}
#glo_t .glo_nav h4 ul.glo li a:hover {
    color: #b76e00;
    padding-left: 10px;
}
#glo_t .glo_nav h2 {
    float: left;
    padding: 11px 20px 0;
    top: 0;
    left: 0;
    font-size: 15px;
    color: #3a5573;
    height: 40px;
    background-color: white;
}
#glo_t .glo_nav h2 a {
    color: #3a5573;
}
#glo_t .glo_nav h3 {
    float: left;
    padding: 11px 20px 0;
    top: 0;
    left: 0;
    font-size: 15px;
    color: white;
    height: 40px;
    border-right: 1px solid #7a93ab;
}
#glo_t .glo_nav h3:hover {
    float: left;
    padding: 11px 20px 0;
    top: 0;
    left: 0;
    font-size: 15px;
    color: #7a93ab;
    height: 40px;
    border-right: 1px solid #7a93ab;
    background-color: #cabeb2;
}
#glo_t .glo_nav h3 a {
    color: white;
}
#glo_t .glo_nav .box {
    width: 220px;
    height: 38px;
    background-color: white;
}
#glo_t .glo_nav .box select {
    width: 220px;
    padding: 5px;
    height: 38px;
    background: url("/images/select_bg.png") no-repeat 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e0d5af;
    border-radius: 0;
    font-size: 13px;
}

#glo_t .glo_nav .box select::-ms-expand {
    /* for IE 11 */
    display: none;
}

/*메뉴*/
#header {
    width: 100%;
    position: relative;
    min-width: 1200px;
    height: 107px;
    z-index: 9998;
}
#header .headerWrap {
    left: 0;
    top: 0;
    width: 100%;
    height: 107px;
    overflow: hidden;
    position: absolute;
    background: url("/images/glo_bg.png");
}
#header .headerWrap .mtop {
    width: 1200px;
    margin: 0 auto;
}
#header .headerWrap .mtop h2 {
    float: left;
}
#header .headerWrap .mtop #gnb {
    width: 990px;
    float:right;
}
#header .headerWrap .mtop #gnb ul {
    width: 100%;
}
#header .headerWrap .mtop #gnb li {
    float: left;
    height: 107px;
    list-style: none;
}
#header .headerWrap .mtop #gnb li.lst1 {
    margin: 0;
    padding: 33px 0 0 20px;
}
#header .headerWrap .mtop #gnb li.lst1:hover {
    margin: 0;
    background: url("/images/glo_bg01.png");
    height: 343px;
}
#header .headerWrap .mtop #gnb li.lst2 {
    margin: 0;
    padding: 33px 0 0 20px;
}
#header .headerWrap .mtop #gnb li.lst2:hover {
    margin: 0;
    background: url("/images/glo_bg01.png");
    height: 343px;
}
#header .headerWrap .mtop #gnb li.lst3 {
    margin: 0;
    padding: 33px 0 0 20px;
}
#header .headerWrap .mtop #gnb li.lst3:hover {
    margin: 0;
    background: url("/images/glo_bg01.png");
    height: 343px;
}
#header .headerWrap .mtop #gnb li.lst4 {
    margin: 0;
    padding: 33px 0 0 20px;
}
#header .headerWrap .mtop #gnb li.lst4:hover {
    margin: 0;
    background: url("/images/glo_bg01.png");
    height: 343px;
}
#header .headerWrap .mtop #gnb li.lst5 {
    margin: 0;
    padding: 33px 0 0 20px;
}
#header .headerWrap .mtop #gnb li.lst5:hover {
    margin: 0;
    background: url("/images/glo_bg01.png");
    height: 343px;
}
#header .headerWrap .mtop #gnb li table p {
    line-height: 200%;
    font-size: 15px;
    padding: 40px 0 5px;
    font-weight: bold;
}
#header .headerWrap .mtop #gnb li table a {
    color: #3a5573;
    line-height: 220%;
    font-size: 13px;
    margin-top: 20px;
}
#header .headerWrap .mtop #gnb li span.m_txt a {
    line-height: 200%;
    font-size: 23px;
    color:;
    cursor: pointer;
    font-family: 'Jeju Gothic', serif;
}
#header .headerWrap .mtop #gnb li span.m_txt a:hover {
    color: #0046c2;
}

/*메인이미지*/

/*컨텐츠*/
#m_con {
    width: 100%;
    margin-top: 50px;
    height: 840px;
}
#m_con .m_box {
    width: 1200px;
    margin: 0 auto;
}
#m_con .m_box .one {
    width: 874px;
    float: left;
    margin-right: 30px;
}
#m_con .m_box .one .m_ba2 {
    width: 100%;
    height: 220px;
    position: relative;
    padding-top: 10px;
}
#m_con .m_box .one .m_ba2 .board1 {
    width: 427px;
    float: left;
    margin-right: 20px;
}
#m_con .m_box .one .m_ba2 .board1 p {
    float: right;
    font-size: 14px;
    padding-right: 12px;
    padding-top: 2px;
    color: #d7337c;
}
#m_con .m_box .one .m_ba2 .board1 .bo_tit1 {
    width: 427px;
    height: 43px;
    border: 1px solid #e9e9e9;
    background-color: #f4f4f4;
    font-size: 18px;
    font-family: 'Jeju Gothic', serif;
    padding-top: 12px;
    padding-left: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #d7337c;
}
#m_con .m_box .one .m_ba2 .board2 {
    width: 427px;
    float: left;
}
#m_con .m_box .one .m_ba2 .board2 p {
    float: right;
    font-size: 14px;
    padding-right: 12px;
    padding-top: 2px;
    color: #378300;
}
#m_con .m_box .one .m_ba2 .board2 .bo_tit2 {
    width: 427px;
    height: 43px;
    border: 1px solid #e9e9e9;
    background-color: #f4f4f4;
    font-size: 18px;
    font-family: 'Jeju Gothic', serif;
    padding-top: 12px;
    padding-left: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #378300;
}
#m_con .m_box .one .m_ba2 .board3 {
    width: 278px;
    float: left;
}
#m_con .m_box .one .m_ba2 .board3 p {
    float: right;
    font-size: 14px;
    padding-right: 12px;
    padding-top: 2px;
    color: #b85f00;
}
#m_con .m_box .one .m_ba2 .board3 .bo_tit3 {
    width: 278px;
    height: 43px;
    border: 1px solid #e9e9e9;
    background-color: #f4f4f4;
    font-size: 18px;
    font-family: 'Jeju Gothic', serif;
    padding-top: 12px;
    padding-left: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #b85f00;
}
#m_con .m_box .one .m_ba2 ul {
    100%;
}
#m_con .m_box .one .m_ba2 ul li.b_t1 {
    width: 20%;
    height: 206px;
    background: url('/images/m_ba2_1.png')no-repeat;
    float: left;
    text-align: center;
}
#m_con .m_box .one .m_ba2 ul li.b_t2 {
    width: 20%;
    height: 206px;
    background: url('/images/m_ba2_2.png')no-repeat;
    float: left;
    text-align: center;
}
#m_con .m_box .one .m_ba2 ul li.b_t3 {
    width: 20%;
    height: 206px;
    background: url('/images/m_ba2_3.png')no-repeat;
    float: left;
    text-align: center;
}
#m_con .m_box .one .m_ba2 ul li.b_t4 {
    width: 20%;
    height: 206px;
    background: url('/images/m_ba2_4.png')no-repeat;
    float: left;
    text-align: center;
}
#m_con .m_box .one .m_ba2 ul li.b_t5 {
    width: 20%;
    height: 206px;
    background: url('/images/m_ba2_5.png')no-repeat;
    float: left;
    text-align: center;
}
#m_con .m_box .one .m_ba2 ul li p.b_t {
    font-size: 20px;
    font-weight: bold;
    padding-top: 100px;
}
#m_con .m_box .one .m_ba2 ul li p.b_s {
    color: #6c6c6c;
    font-size: 14px;
    padding-top: 10px;
    line-height: 150%;
}
#m_con .m_box .one .m_ba2 ul li .blue_btn {
    width: 80px;
    height: 20px;
    border-radius: 25px;
    padding-top: 1px;
    border: 1px solid #095786;
    background-color: #1c7bb4;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
}
#m_con .m_box .two {
    width: 296px;
    float: left;
    height: 800px;
}
#m_con .m_box .two .m_ba1 {
    margin-bottom: 30px;
    width: 296px;
    height: 180px;
    background: url('/images/m_ba1.png')no-repeat;
    position: relative;
}
#m_con .m_box .two .m_ba1 .t1 {
    color: #855c22;
    font-size: 24px;
    top: 24px;
    left: 24px;
    position: absolute;
    font-family: 'Jeju Gothic', serif;
}
#m_con .m_box .two .m_ba1 .t2 {
    font-size: 14px;
    top: 56px;
    left: 24px;
    position: absolute;
    line-height: 150%;
    color: gray;
}
#m_con .m_box .two .m_ba1 .green_btn {
    position: absolute;
    top: 133px;
    left: 20px;
    width: 120px;
    height: 25px;
    border-radius: 25px;
    padding-top: 4px;
    background-color: #bb7614;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}
#m_con .m_box .two .m_photo {
    width: 100%;
    background: url('/images/m_tit1.png')no-repeat;
    height: 40px;
    padding-top: 5px;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}
#m_con .m_box .two .m_photo2 {
    width: 296px;
    height: 530px;
    padding: 15px 10px 10px;
    border: 1px solid #c9c9c9;
}

#m_con2 {
    width: 100%;
    border-top: 1px solid #c9c9c9;
}
#m_con2 .m_box2 {
    width: 1200px;
    margin: 0 auto;
}
#m_con2 .m_box2 .three {
    width: 207px;
    float: left;
    height: 100px;
    position: relative;
}
#m_con2 .m_box2 .three .m_ba {
    font-size: 16px;
    font-weight: bold;
    top: 40px;
    left: 0;
    position: absolute;
    color: #197400;
}
#m_con2 .m_box2 .three .m_ba .m_t1 {
    color: #de4900;
}
#m_con2 .m_box2 .four {
    width: 993px;
    float: left;
    height: 100px;
}

/*하단*/
#f_nav {
    width: 100%;
    height: 50px;
    min-width: 1200px;
    clear: both;
    border-top: 1px solid #e8e8e8;
    background: url("/images/f_line_bg1.png");
}
#f_nav .f_nav_center {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#f_nav .f_nav_center .t3 {
    position: absolute;
    top: 15px;
    left: 0;
    color: white;
    font-size: 16px;
}
#f_nav .f_nav_center .t4 {
    position: absolute;
    top: 15px;
    right: 0;
    color: white;
    font-size: 14px;
}
#f_nav .f_nav_center .t4 a {
    color: white;
}
#footer {
    width: 100%;
    height: 150px;
    min-width: 1200px;
    clear: both;
    background: url("/images/f_bg.png");
}
#footer .copy .f_scroll {
    position: absolute;
    top: 20px;
    right: 0;
}
#footer .copy {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    text-align: left;
    font-size: 13px;
    line-height: 200%;
}
#footer .copy span.t1 {
    font-size: 14px;
    font-weight: bold;
}
#footer .copy h5 {
    font-size: 11px;
}
#footer .copy img {
    position: absolute;
    top: 5px;
    right: 0;
}